バージョン

Contains(String,Nullable<Boolean>) メソッド

フィールドが関連する FieldSortDescription をコレクションに持つかどうかを決定します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal fieldName As String, _
   ByVal isGroupBy As Nullable(Of Boolean) _
) As Boolean
public bool Contains( 
   string fieldName,
   Nullable<bool> isGroupBy
)

パラメータ

fieldName
関連付けられたフィールド名
isGroupBy
null 以外の場合、一致するフィールドおよび IsGroupBy 値を持つ FieldSortDescription がコレクションにある場合のみに True を返します。

戻り値の型

フィールドがコレクションに指定した IsGroupBy 状態を持つ関連付けられた FieldSortDescription を持つ場合に True。
解説

注: コレクションが同じフィールドに 2 つ以下の FieldSortDescription インスタンス (IsGroupBy を True に設定される 1 つおよび IsGroupBy を False に設定される 1 つ) を含むことができます。

参照